home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / saver.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  201 b   |  11 lines

  1. on exitFrame
  2.   global gmhsaver, gmvsaver
  3.   if (gmhsaver <> the mouseH) or (gmvsaver <> the mouseV) then
  4.     go("retMenu")
  5.   else
  6.     if the timer > 300 then
  7.       rndpictshow()
  8.     end if
  9.   end if
  10. end
  11.